Don't handle the event if we have no children.
authorJonathan Blandford <jrb@gnome.org>
Wed, 25 Aug 2004 19:10:38 +0000 (19:10 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Wed, 25 Aug 2004 19:10:38 +0000 (19:10 +0000)
commit8bc41273f609db8f603a0659fbc56014956c8b79
tree93af19a44bbf6d1c143bf7b9e2716c6146d4144b
parent8a833f775063c69f47825bd30897213a27a9abea
Don't handle the event if we have no children.

Tue Aug 24 02:06:37 2004  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtktreeview.c
        (gtk_tree_view_real_expand_collapse_cursor_row): Don't handle the
        event if we have no children.

        * gtk/gtkfilechooserdefault.c (trap_activate_cb):
        (tree_view_keybinding_cb):Since GtkTreeView has a keybinding
         attached to '/', we need to catch keypresses before the TreeView
         gets them.
        (gtk_file_chooser_default_class_init): add '/' to be a keybinding
        to the C-l dialog.
        (location_entry_create): Clear the text to "" when loading a file.
        This has a much better feel than putting the currently selected
        in.
        * #include <errno.h>
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c
gtk/gtktreeview.c